home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 78 / CD-ROM 78.iso / Compl / Agenda2 / AgCal2k2.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-11-23  |  1.6 KB  |  42 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=Agenda-Calend
  4. rio 2002
  5. AppVerName=Agenda-Calend
  6. rio 2002
  7. AppId=Agenda-Calend
  8. rio 2002
  9. AppPublisher=Editora Europa
  10. AppPublisherURL=http://www.europanet.com.br
  11. AppSupportURL=http://www.europanet.com.br
  12. AppUpdatesURL=http://www.europanet.com.br
  13. AppMutex=Agenda_de_Compromissos
  14. DefaultDirName={pf}\Agenda - Calend
  15. DefaultGroupName=Agenda-Calend
  16. rio 2002
  17. OutputBaseFilename=setup
  18. Compression=zip
  19. PrivilegesRequired=none
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\agenda.exe"; DestDir: "{app}"; 
  24. Source: "{app}\sons\som5.wav"; DestDir: "{app}\sons"; 
  25. Source: "{app}\sons\som0.wav"; DestDir: "{app}\sons"; 
  26. Source: "{app}\sons\som1.wav"; DestDir: "{app}\sons"; 
  27. Source: "{app}\sons\som2.wav"; DestDir: "{app}\sons"; 
  28. Source: "{app}\sons\som3.wav"; DestDir: "{app}\sons"; 
  29. Source: "{app}\sons\som4.wav"; DestDir: "{app}\sons"; 
  30. Source: "{app}\sons\som6.wav"; DestDir: "{app}\sons"; 
  31. Source: "{app}\sons\som7.wav"; DestDir: "{app}\sons"; 
  32. Source: "{app}\sons\som8.wav"; DestDir: "{app}\sons"; 
  33. Source: "{app}\sons\som9.wav"; DestDir: "{app}\sons"; 
  34. [Registry]
  35. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Agenda-Calendario 2002"; ValueType: String; ValueData: """{app}\agenda.exe"" ""MINIMIZE"""; Flags: uninsdeletevalue 
  36. [Run]
  37. Filename: "{app}\agenda.exe"; Description: "Rodar Agenda-Calend
  38. rio 2002"; Flags: postinstall skipifsilent nowait
  39. [Icons]
  40. Name: "{group}\Agenda-Calend
  41. rio 2002"; Filename: "{app}\agenda.exe"; 
  42.